Class org.omg.CORBA.CharHolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.CharHolder

java.lang.Object
   |
   +----org.omg.CORBA.CharHolder

public final class CharHolder
extends Object
A Holder class for characters for use with out and in/out IDL parameters.

Variable Index

 o value
the char value held by the CharHolder

Constructor Index

 o CharHolder()
construct the CharHolder with null initial value
 o CharHolder(char)
construct the CharHolder with the given char

Variables

 o value
  public char value
the char value held by the CharHolder

Constructors

 o CharHolder
  public CharHolder()
construct the CharHolder with null initial value
 o CharHolder
  public CharHolder(char initial)
construct the CharHolder with the given char
Parameters:
initial - the char used to initialize the CharHolder value

All Packages  Class Hierarchy  This Package  Previous  Next  Index